org.eclipse.debug.ui
Class EnvironmentTab.EnvironmentVariableLabelProvider
java.lang.Object
org.eclipse.jface.viewers.LabelProvider
org.eclipse.debug.ui.EnvironmentTab.EnvironmentVariableLabelProvider
- All Implemented Interfaces:
- IBaseLabelProvider, ILabelProvider, ITableLabelProvider
- Enclosing class:
- EnvironmentTab
- public class EnvironmentTab.EnvironmentVariableLabelProvider
- extends LabelProvider
- implements ITableLabelProvider
Label provider for the environment table
Method Summary |
Image |
getColumnImage(Object element,
int columnIndex)
Returns the label image for the given column of the given element. |
String |
getColumnText(Object element,
int columnIndex)
Returns the label text for the given column of the given element. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnvironmentTab.EnvironmentVariableLabelProvider
public EnvironmentTab.EnvironmentVariableLabelProvider()
getColumnText
public String getColumnText(Object element,
int columnIndex)
- Description copied from interface:
ITableLabelProvider
- Returns the label text for the given column of the given element.
- Specified by:
getColumnText
in interface ITableLabelProvider
- Parameters:
element
- the object representing the entire row, or
null
indicating that no input object is set
in the viewercolumnIndex
- the zero-based index of the column in which the label appears
getColumnImage
public Image getColumnImage(Object element,
int columnIndex)
- Description copied from interface:
ITableLabelProvider
- Returns the label image for the given column of the given element.
- Specified by:
getColumnImage
in interface ITableLabelProvider
- Parameters:
element
- the object representing the entire row, or
null
indicating that no input object is set
in the viewercolumnIndex
- the zero-based index of the column in which
the label appears
Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.